-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split ContactsCollection mailet #1308
Split ContactsCollection mailet #1308
Conversation
tmail-backend/mailets/src/main/scala/com/linagora/tmail/mailets/IndexContacts.java
Show resolved
Hide resolved
tmail-backend/mailets/src/main/scala/com/linagora/tmail/mailets/IndexContacts.java
Outdated
Show resolved
Hide resolved
tmail-backend/mailets/src/main/scala/com/linagora/tmail/mailets/IndexContacts.java
Show resolved
Hide resolved
01c3f47
to
cbce198
Compare
- Removed ContactsCollection usage from mailetcontainer.xml in tests - Removed references of ContactsCollection from documentation - Removed all code belonging to ContactsCollection
…eplyWithAMQPWorkflowTest
22beb0b
to
8d4da21
Compare
<mailet match="SenderIsLocal" class="com.linagora.tmail.mailets.ContactsCollection"> | ||
<mailet match="SenderIsLocal" class="ContactExtractor"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@HoussemNasri can you adapt this change to memory-app sample mailetcontainer.xml
and potentially other apps too?
Frontend team rely on memory app for their test and it is failing java.lang.ClassNotFoundException: com.linagora.tmail.mailets.ContactsCollection
. cc @hoangdat @tk-nguyen @tddang-linagora
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe mobile team mount outdated configuration file to container
Closes #1257
TODO
com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Cannot construct instance of org.apache.james.transport.mailets.ContactExtractor$ExtractedContacts
ContactsCollection
leftovers (code, doc, tests, etc...)MemoryCalendarEventReplyWithAMQPWorkflowTest
and useOpenPaasAmqpForwardAttribute
.